home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micromanía: 150 Juegos 2010
/
150Juegos_16.iso
/
Shareware
/
Shape Smash
/
shape-smash.swf
/
scripts
/
mx
/
core
/
IFlexModule.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-05-14
|
205 b
|
11 lines
package mx.core
{
public interface IFlexModule
{
function set moduleFactory(param1:IFlexModuleFactory) : void;
function get moduleFactory() : IFlexModuleFactory;
}
}